runtime.special.next (field)
12 uses
	runtime (current package)
		heapdump.go#L457: 			for sp := s.specials; sp != nil; sp = sp.next {
		heapdump.go#L656: 		for sp := s.specials; sp != nil; sp = sp.next {
		mgcmark.go#L382: 			for sp := s.specials; sp != nil; sp = sp.next {
		mgcsweep.go#L558: 			for tmp := siter.s; tmp != nil && uintptr(tmp.offset) < endOffset; tmp = tmp.next {
		mheap.go#L1834: 	next   *special // linked list in span
		mheap.go#L1883: 		s.next = *iter
		mheap.go#L1916: 		*iter = s.next
		mheap.go#L1946: 		iter = &s.next
		mheap.go#L2291: 	i.pprev = &i.s.next
		mheap.go#L2299: 	i.s = cur.next
		pinner.go#L336: 		rec.special.next = *ref
		pinner.go#L355: 		*ref = counter.special.next
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |